Xbasic

A5.SET_ENUM Function

Syntax

A5.Set_Enum(C lastname[,N options])

Set_List as C = A5.SET_ENUM( [ options as N ] )

Next_Set_Name as C = A5.SET_ENUM( lastname as C )

Arguments

Set_List

A list of sets in various formats, depending on the Flag variable.

Next_Set_Name

The next set the list of sets.

lastname

The quoted name of a set.

options

Optional. Default = Null.

Null = Set filename
4 = Full path and filename
8 = Quoted full path, and filename.

Description

The A5.SET_ENUM() method returns a CR-LF delimited list of all sets in the database.

Example

Refer to A5.FORM_ENUM().

See Also